home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Mac Game Programming Gurus / TricksOfTheMacGameProgrammingGurus.iso / CodeWarrior Lite / Metrowerks C⁄C++ Lite / Headers / Project Stationery Support / <replace me ANSI>.c next >
Encoding:
C/C++ Source or Header  |  1995-04-20  |  497 b   |  15 lines  |  [TEXT/MMCC]

  1. #include <stdio.h>
  2.  
  3. void main(void)
  4. {
  5.     printf ("Hello World, this is CodeWarrior!\n\n");
  6.     
  7.     printf ("This project uses the SIOUX console library: choose 'Quit' from the file menu to quit.\n\n");
  8.     
  9.     printf ("For more information on the ANSI C library and the Metrowerks additions, ");
  10.     printf ("including SIOUX, see the C Library Reference in the Metrowerks Documentation folder.\n\n");
  11.     
  12.     printf ("To locate the right ANSI library for your preferences, see the CodeWarrior User's Guide.\n\n");
  13. }
  14.  
  15.